home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sonic Foundry Demo
/
Sonic Foundry Demo CD (SonicFoundry)(2001).iso
/
Product Information
/
en_html
/
loopnav.js
< prev
next >
Wrap
Text File
|
2001-12-06
|
2KB
|
44 lines
function ChangeForm(theList) {
var thePage;
switch (theList[theList.selectedIndex].value) {
case "all":
thePage = "loops_main.html"; document.location = thePage; break;
case "ambient":
thePage = "loops_ambient.html"; document.location = thePage; break;
case "artist":
thePage = "loops_artist.html"; document.location = thePage; break;
case "cinematic":
thePage = "loops_cinematic.html"; document.location = thePage; break;
case "classical":
thePage = "loops_classical.html"; document.location = thePage; break;
case "construction":
thePage = "loops_construction.html"; document.location = thePage; break;
case "dance":
thePage = "loops_dance.html"; document.location = thePage; break;
case "drums":
thePage = "loops_drums.html"; document.location = thePage; break;
case "electronica":
thePage = "loops_electronica.html"; document.location = thePage; break;
case "ethnic":
thePage = "loops_ethnic.html"; document.location = thePage; break;
case "hiphop":
thePage = "loops_hiphop.html"; document.location = thePage; break;
case "industrial":
thePage = "loops_industrial.html"; document.location = thePage; break;
case "jazz":
thePage = "loops_jazz.html"; document.location = thePage; break;
case "rnb":
thePage = "loops_rnb.html"; document.location = thePage; break;
case "rock":
thePage = "loops_rock.html"; document.location = thePage; break;
case "soundeffects":
thePage = "loops_soundeffects.html"; document.location = thePage; break;
case "techno":
thePage = "loops_techno.html"; document.location = thePage; break;
case "none":
thePage = "#"; document.location = thePage; break;
}
}